-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: include mountpoint in original location for trash items #3362
Conversation
Signed-off-by: Robin Appelman <[email protected]>
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
From #3339 we have https://github.com/x7airworker/groupfolders/blob/361d4314f6fa53a1a90735bf4fd42e30fb5d3785/tests/Trash/TrashBackendTest.php#L218 which can produce this error reliably. Can you add it and verify it fixes the test? |
This (should) only changes how the path is displayed. So I think it's orthogonal from that issue/test, which I understand to be caused by what path is stored. |
You're right, I confused this with another issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense 👍
Currently the "original location" for deleted groupfolder items don't show the path of the groupfolder itself. Making it harder for users to know what the deleted file is.
This changes it to store the "full" original location and separately keep the "interal" original location for the restore operation.